home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-03 / qbfaqr01.zip / LIST < prev    next >
Text File  |  1992-08-10  |  3KB  |  87 lines

  1.  
  2. Some things to add to be written are :
  3.  
  4. Using Libraries 
  5. How to use GET and PUT
  6. How to use sprites 
  7. How to change the palette
  8.  
  9. Ok, I'll post a more complete listing of the stuff I have so far :
  10. (if you want to change anything; take out, move somewhere else, etc., please
  11. mail me).  My previous message still holds true.  Things that I want are not 
  12. included here fomr my previous message.
  13.  
  14. ANSI:
  15.    PANSI.BAS and examples (ANSI emulator)
  16. Communications:
  17.    Detect ANSI on other end
  18.    Detect/Get Baud rate using CONNECT string
  19.    Detect/Get Baud rate using low-level stuff
  20.    Detect Carrier
  21.    Clear modem input buffer
  22.    Avoid DTR off by using OUT &H3FC,3 (I've found that it doesn't work,
  23.       can anyone confirm this?)
  24. Dates:
  25.    Day of the week routine using Zeller algorithm
  26.    Juliana conversion routines
  27. Disable:
  28.    Disable CTRL-ALT-Del (enhanced keyboard aware)
  29.    Disable CTRL-Break/CTRL-C
  30.    Disable Keyboard
  31.    Disable Print Screen
  32. DOS:
  33.    Parsing COMMAND$
  34.    Copying file (inefficient routine .. anyone has a good one?)
  35.    Get current directory(path)
  36.    Read current direcotry into an array
  37.    General find file routines
  38.    Collection of DOS interrupts done into SUBs (uses INT86, can Luis provide
  39.       an updated version using Interrupt instead?)
  40.    Exit with errorlevel
  41.    Get errorlevel from shelled program (not tested)
  42.    Program to use interrupts in GW-BASIC
  43.    Get/set disk volume label
  44.    Slice text file in smaller ones
  45.    ASM routine for detecting redirection (someone make one in QB only?)
  46. Graphic:
  47.    CGA specific OUTs to do various things
  48.    Get colour at specified cursor position (text only)
  49.    Document to determine smallest smallest square inside a circle (someone make
  50.       a more general function?)
  51.    Get BIOS cursor position ... QB's can sometimes be wrong
  52.    Display .GIFs
  53.    Save/Load EGA/VGA screens
  54.    Fading SCREEN 13 screens (320x640x256c)
  55.    Changing  EGA/VGA screens
  56.    Get original Red, Green, Blue colours from VGA adapter
  57.    Test for colour monitor (determine text buffer segment)
  58.    Changing background colours to high intensity (can't be done using COLOR)
  59.    Panning EGA/VGA screens
  60.    Display .PCX files
  61.    Embed colours in string (not ANSI)
  62.    Multi-purpose save/restore screen routines (for most screen modes)
  63.    Get video type
  64. Keyboard:
  65.    Check ahead for keypress ... does not remove it from buffer
  66.    Simple text window editor
  67.    Sample code to use extended keys
  68. Math:
  69.    Arc sine function
  70.    Change decimal number to any base
  71.    Huffman compression programs
  72.    Document on MS floating numbers (need more detail)
  73. Miscellanious:
  74.    Post It 2.5 .. post binary files as echomail
  75.    Check system(computer) type (?? not reliable though)
  76.    Word count program (by Brent Ashley)
  77.    Read the .ZIP header
  78. Mix Language Programming:
  79.    DOC to use A86 with QB (ok ... need more details though)
  80.    Howard Mencher's Mix Language series (incomplete though)
  81. Mouse:
  82.    Rich Geldrich's Text Cursor routines (enough?)
  83. Networks:
  84.    Two ways to get the network ID
  85. PSP:
  86.    Getting the command line from the PSP
  87.